Class IScissorHook.ScissorInfo

java.lang.Object
jeresources.api.render.IScissorHook.ScissorInfo
Enclosing interface:
IScissorHook

public static class IScissorHook.ScissorInfo extends Object
  • Field Details

    • x

      public int x
    • y

      public int y
    • width

      public int width
    • height

      public int height
  • Constructor Details

    • ScissorInfo

      public ScissorInfo(int x, int y, int width, int height)